home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
cat3
/
ClrSelect.3
< prev
next >
Wrap
Text File
|
1994-09-20
|
1KB
|
67 lines
Tk_ClearSelection(3) Tk Library Procedures
_________________________________________________________________
NAME
Tk_ClearSelection - Deselect the selection
SYNOPSIS
#include <tk.h>
Tk_ClearSelection(_t_k_w_i_n)
ARGUMENTS
Tk_Window _t_k_w_i_n (in) The selection will be cleared
from the display containing
this window.
_________________________________________________________________
DESCRIPTION
Tk_ClearSelection cancels the selection for the display con-
taining _t_k_w_i_n. The selection need not be in _t_k_w_i_n itself or
even in _t_k_w_i_n's application. If there is a window anywhere
on _t_k_w_i_n's display that owns the primary selection, the win-
dow will be notified and the selection will be cleared. If
there is no primary selection on the display, then the pro-
cedure has no effect.
KEYWORDS
clear, selection
Tk 1